Programming With QuickTime VR 2.1

Previous | Overview | Contents | Next

Track Reference Types

QuickTime VR defines several track reference types. You can use these constants as values for the refType parameter to the AddTrackReference function (or other Movie Toolbox track reference functions):

enum {
    kQTVRImageTrackRefType                      = FOUR_CHAR_CODE('imgt').
    kQTVRHotSpotTrackRefType                    = FOUR_CHAR_CODE('hott'
};

Constant descriptions

kQTVRImageTrackRefType
An image track reference.
kQTVRHotSpotTrackRefType
A hot spot track reference type.

© 1997 Apple Computer, Inc.

Previous | Overview | Contents | Next